home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / canal / PCTV098.ZIP / changelog.txt next >
Encoding:
Text File  |  1998-06-01  |  5.8 KB  |  109 lines

  1. -------------------
  2. Changelog of PCTV :
  3. -------------------
  4.  
  5. -------------------------------------------------------------------------------
  6. 0.90 to 0.93 : early versions
  7. - many problems with tuners and irq ... 
  8.  
  9. -------------------------------------------------------------------------------
  10. 0.94 : initial release
  11. - still a lot of work to do but very usable :)
  12.  
  13. -------------------------------------------------------------------------------
  14. 0.95 : 
  15. - a bit faster
  16. - some new statistics (raw video speed just to see how AGP is fast)
  17.  
  18. -------------------------------------------------------------------------------
  19. 0.96 :
  20. - sound support (!) for sb16/sb32/sb64 with two sound quality (low and high).
  21.   read the manual to see how it works. It's quite complicated ...
  22. - very early, slow, and experimental YUV mode for accurate color (PAL & SECAM).
  23.   many thanks to Stefan (german guy) for his PAL algorithm ...
  24.   anyway PAL is completely untested since i don't have a PAL video source.
  25.   SECAM does not work neither but it is promising (works sometimes :))
  26. - some new keys to play with bt848 registers
  27.  
  28. -------------------------------------------------------------------------------
  29. 0.97 :
  30. - fps was locked at 18.75 in 0.96. Ooops, this has been fixed.
  31. - small fix in irq handling of bt848.
  32. - nearly perfect color support for SECAM (still some errors on the top of the picture) !
  33.   works only with -vmode 3 (really slow, but not yet optimized). Be sure to use backspace
  34.   key to change the initial color phase if needed. For "horse stuffed" pentiums only :)
  35. - better color support for PAL (with -vmode 3 only). As for SECAM, use backspace key to
  36.   change the initial color phase if needed.
  37. - -dscan option now have values :
  38.     -dscan 1 shift down the picture by 1 pixel 
  39.      (this may help for some TV convertors that seem to take only one half of the lines),
  40.     -dscan 2 display each line twice (as in 0.96)
  41. - dscan can be changed "on the fly" with the I key
  42. - support for -vmode 3 with -dscan -res 1 and -res 2, and cropping
  43. - -asrc option works even without a SB16. I have also added more values for this option.
  44.   this may help for some BT848 cards.
  45.  
  46. -------------------------------------------------------------------------------
  47. 0.98 : 
  48. Bug fixes  :
  49. - fixed the bug that was causing PCTV to trash frames when framerate was under 
  50.   12.5 fps. The limit should now be 8.33 fps (ie -vmode 3 should work now on a
  51.   poor old P133).
  52. - PCTV should not hang anymore when tuning a channel (or when no video is present)
  53. - PAL color correction with -vmode 3 was broken in 0.97. Hope it works now ... 
  54.   It should be faster also ! Again, many thanks to Stefan for his precious help
  55. - the bottom of the image is now correct in preview mode
  56. - PcTV now properly restore the initial video mode when exiting. This may correct the
  57.   crash problem with some ATI video cards (not tested !)
  58.  
  59. New features :
  60. - config file (-cfg option) ! Tired of typing too long command lines ? See readme.txt
  61. - channels memory and channels zapping. See -chanx option and TAB key in readme.txt
  62. - sound low-pass filtering. This is automatic, no option is necessary (at least
  63.   something that work without having to add a cryptic option on the command line :) )
  64. - sound input gain tuning (-gain option). This may help to improve sound
  65.   quality on some sound cards. Try also the 5 key on the keypad.
  66. - pixel subsampling (-subs option). Can give better image stability without
  67.   having to use -btfilt option. May be a bit slower however. 
  68. - -vmode 3 (YUV) has been made -vmode 3 (low quality) and -vmode 4 (better quality).
  69.     -vmode 3 have a reduced horizontal resolution
  70.     -vmode 4 have a full horizontal resolution (it gives good results with the
  71.     400x300 resolution now).
  72.   The "old" -vmode 4 (RGB32) is now -vmode 5.
  73. - skip option now take a value. -skip 1 skip to preview mode, whereas -skip 2
  74.   skip to unscrambled mode.
  75. - new -bestocc option that minimize the number of candidate lines needed. This 
  76.   merely divide by two the number of lines needed, making PCTV faster :). The 
  77.   drawback is that it make PCTV very long to start 
  78. - cropping with keyboard (O key)
  79. - updated the DPMI server (cwsdpmi) to release 4. Be sure to replace your
  80.   cwsdpmi.exe with the one provided in the archive.
  81. - PCTV is now compiled with the latest GNU C compiler available (gcc 2.8.1 instead
  82.   of 2.7.2). C code is now generated for pentium processors. Then, PCTV may not work
  83.   anymore on i486 ...
  84.  
  85. Known bugs:
  86. - PcTV is so sloooooooooooow on PII .... Really don't know why. Unfortunatly, compiling
  87.   PcTV especially for Pentium Pro changes nothing ... But i'm searching ...
  88. - PcTV may hang if restarted many times. I have spent hours trying to correct
  89.   this without success ... It may be a bug in DJGPP itself (irq stack too small ???)
  90. - There have been reports that PcTV was hanging with "white" screens some hours
  91.   after being started. I've not been able to reproduce this, but it may be a
  92.   problem with the automatic gain control of the BT848 itself (some sort of
  93.   hardware bug !). Pressing RETURN twice should correct this ...
  94.  
  95. -------------------------------------------------------------------------------
  96. Due in 0.99 :
  97. - on screen display of functions
  98. - find why PCTV is slower on PII than on plain Pentiums
  99. - limited software acceleration with MMX (just for display)
  100.  
  101. -------------------------------------------------------------------------------
  102. Due in 1.00 :
  103. - translate readme into english
  104. - some card (Hauppage) with strange multistandard tuners do not work. I don't have any
  105.   infos on these tuners ...
  106. - sound support for ESS1868 AudioDrive chips (Maxi Sound cards). Just give me the datasheet
  107.   and i will do it (the datasheet is *NOT* public)
  108. - correction to make some (asian?) BT848A with only one quartz work correctly (using the PLL)
  109.